This is one way of dealing with 790658 - that in general is a good idea as
well.
double path_cost = 0.0;
double ref_cost = 0.0;
double path_error = 1.0;
-#if 0
+#if 1
int i;
for (i = 0; i < babl_list_size (pc->current_path); i++)
{
if (path_error - 1.0 <= legal_error )
/* check this before the more accurate measurement of error -
- to bail earlier */
+ to bail earlier, this also leads to a stricter
+ discarding of bad fast paths */
#endif
{
FishPathInstrumentation fpi;